2008 Ford Crown Victoria P71 Las Vegas Metropolitan Police by JdmImport

*required mods to make the car work properly/as intended :

https://www.gta5-mods.com/scripts/sirensetting-limit-adjuster

notice : main lights still use the usual siren1->siren20, only the amber TA and some corona 
to give more env effect are setup as siren21->siren32 so you can use this car without this script 
if you want/need but i highly recommend to install it to have the full lights.

-----------------------------------------------------------------------------------------------------------

drop lvmpdcvpi folder in :

mods/updates/x64/dlcpacks 

then go in :

mods/updates/updates.rpf/common/data

find dlclist.xml , right click, edit and add this line : 

		<Item>dlcpacks:/lvmpdcvpi/</Item>


-----------------------------------------------------------------------------------------------------------

*optionnal*

-For extra config ( wiper ) to work, install "VehFuncsV" folder in your
game directory 

and be sure to download this scripts mods :

https://www.gta5-mods.com/scripts/vehfuncs-v

-If you want the lights to be brighter you can search for a mods that enhance the lights such as this :

https://www.lcpdfr.com/downloads/gta5mods/datafile/9357-radiance-v/

or you can edit your visualsettings.dat located in :

mods/update/update.rpf/common/data

right click, edit, search for "car.defaultlight" and replace the value with this one 

Vanilla values :
car.defaultlight.day.emissive.on	15.00
car.defaultlight.night.emissive.on	6.00

Custom values :
car.defaultlight.day.emissive.on 1000.0
car.defaultlight.night.emissive.on 500.0

-To make that lvmpd vic to spawn when you have a wanted level, you need to edit dispatch.meta in :

mods/update/update.rpf/common/data

right click, edit, replace any vehicle where either "S_M_Y_COP_01" or "S_M_Y_SHERIFF_01" 
( depend of your preference ) is set as ped 

Vanilla :
				<Item>
					<VehicleModels>
						<Vehicle>police3</Vehicle>
					</VehicleModels>
					<PedModels>
						<Ped>S_M_Y_Cop_01</Ped> 
					</PedModels>
				</Item>
Custom :
				<Item>
					<VehicleModels>
						<Vehicle>policelv</Vehicle>
					</VehicleModels>
					<PedModels>
						<Ped>S_M_Y_Cop_01</Ped> 
					</PedModels>
				</Item>

-To make that lvmpd vic to spawn when you playing LSPDFR, you need to edit several files in :

mods/lspdfr/data

open agency.xml, add a car line in the juridiction you want 

Vanilla :
			<Name>Patrol Unit</Name>
			<Vehicles>
				<Vehicle>police</Vehicle>
				<Vehicle>police2</Vehicle>
				<Vehicle>police3</Vehicle>
			</Vehicles>

Custom :
			<Name>Patrol Unit</Name>
			<Vehicles>
				<Vehicle>police</Vehicle>
				<Vehicle>police2</Vehicle>
				<Vehicle>police3</Vehicle>
				<Vehicle>policelv</Vehicle>
			</Vehicles>

*You can also delete like police 2 and 3 and only put policelv if you want it to be the only spawned car 

That's all, 
Thanks for downloading and enjoy!